home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Alles Voor Internet / Tout Pour Internet
/
alles voor internet.iso
/
MacInternet™
/
Unix
/
maclayersunixend1.30.shar
/
1.30
/
layersrc.doc
< prev
next >
Wrap
Text File
|
1993-06-17
|
2KB
|
46 lines
Here is a quick summary of the .layersrc capability. See the example
file 'layersrc' and the Macintosh side MacLayers Manual for more info.
The following line can be specified (multiple times) in a .layersrc file
situated in the user's home directory to direct automatic startup of
shells and windows when layers mode is started:
layer [ [flag [arg]] [flag [arg]] ... [flag [arg]] ]
Creates a new window layer with default preferences; attributes
can be overriden with zero or more of the following flags:
eg:
layer -geometry 56x9+2+130 -t Purple
will create a new window layer running the default shell with
width 56 characters and height 9 characters, positioned with its
top-left corner at (2,130) on the Macintosh host screen. The layer
will not be logged in, but it will be titled "Purple".
FLAG LONG FLAG ARGS NOTES
---- ----------- ---- -----
-l -login makes window a login window
-g -geometry wwxhh sizes window to be ww columns
wide by hh lines high
wwxhh+xx+yy sizes window (see above) and
also places it at (+xx,+yy)
on the host Macintosh screen;
note that -xx or -yy are also
valid (but refer to (0,0)
-t -title string sets window title to the first
twenty-nine characters of
string
-e -exec command [args] specifies program and any
command line arguments to
be run in the layer; because
all remaining tokens are taken
as command line arguments for
command, this must always be
the last flag provided